@font-face {
	font-family: Bahnschrift SemiLight;
	src: url('../fonts/Bahnschrift.ttf');
}

@font-face {
	font-family: Bahnschrift SemiLight;
	src: url('../fonts/Bahnschrift.ttf');
}

.menu {
	font-family: Arial;
	min-width: 350px;
	color: #fff;
	background-color: #3b444eb4;
	position: absolute;
}

.menu.align-left {
	left: 40;
	top: 50%;
	transform: translate(0, -50%);
}

.menu.align-top-left {
	left: 40;
	top: 40;
}

.menu.align-top {
	left: 50%;
	top: 40;
	transform: translate(-50%, 0);
}

.menu.align-top-right {
	right: 10;
	top: 40;
}

.menu.align-right {
	right: 40;
	top: 50%;
	transform: translate(0, -50%);
}

.menu.align-bottom-right {
	right: 40;
	bottom: 40;
}

.menu.align-bottom {
	left: 50%;
	bottom: 40;
	transform: translate(-50%, 0);
}

.menu.align-bottom-left {
	left: 40;
	bottom: 40;
}

.menu.align-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menu .head {
    background-image: url();
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 37px 37px;
	text-align: left;
	padding-left: 3%;
	font-variant-position: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.menu .menu-items {
	max-height: 600px;
	overflow-y: hidden;
}

.menu .menu-items .menu-item {
	height: 40px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: rgb(255, 255, 255);
	text-align: left;
	padding-left: 3%;
}

.menu .menu-items .menu-item.selected {
    border-left: 3px solid white;
	background: linear-gradient(90deg, rgba(35,43,54,0.7959558823529411) 0%, rgba(0,0,0,0.012019230769230727) 66%, rgba(0,212,255,0) 100%);
}